/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
01.font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

html,
body {
  font-family: "Be Vietnam Pro", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6fdfe;
  background-image: url("../img/day-care-hero-blobs-background.svg");
  /* background-image: url("../img/blob.svg"); */
  background-position: top right;
  background-repeat: no-repeat;
  /* background-size: contain; */
  min-height: 100vh;
}

a {
  text-decoration: none !important;
}

strong {
  font-weight: 600;
}

/* 
---------------------------------------------
styles
--------------------------------------------- 
*/
b {
  font-weight: 600;
}
/* h5 {
  color: #005662 !important;
  line-height: 2.7rem;
  font-weight: 300;
  font-size: 1.3rem;
} */
/* p,
h6,
a {
  color: #005662 !important;
  line-height: 2.2rem;
  font-weight: 300;
  font-size: 1.2rem;
} */
/* h2,
h3,
h4 {
  color: #fc6c71;
  line-height: 4rem;
  font-weight: 600;

  fill: #fc6c71;
} */
/* h1 {
  color: #fc6c71;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  fill: #fc6c71;
} */
h2 {
  font-size: 3rem;
}
h1 {
  color: #fc6c71;
  fill: #fc6c71;
  font-weight: 600;
  font-size: 58px;

  line-height: 5.5rem;
}
h2 {
  font-size: 44px;

  line-height: 3.7rem;
  fill: #fc6c71;
  color: #fc6c71;
}
h3 {
  font-size: 34px;
  line-height: 3.7rem;
  fill: #fc6c71;
  color: #fc6c71;
}
h4 {
  font-size: 30px;
  line-height: 3.7rem;
  fill: #fc6c71;
  color: #fc6c71;
}
h5 {
  font-size: 18px;
  line-height: 2.6rem;
  color: #005662 !important;
  font-weight: 300;
}
p,
a {
  font-size: 17px;
  color: #005662 !important;
  font-weight: 320;
  line-height: 2.2rem;
}

h6 {
  font-size: 18px;
  color: #005662 !important;
  font-weight: 350;
  line-height: 2.2rem;
}
li {
  font-size: 16px;
  color: #005662 !important;
}
section {
  min-height: 800px !important;
}
.sections-top-margin {
  margin-top: 75px !important;
}
ul {
  list-style-type: none;
}
.w-75 {
  width: 75%;
}
/* nav {
  width: 100%;
} */
nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav li {
  height: 100px;
}
nav a {
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #005662;
  font-weight: 400;
}
a img {
  padding: 0;
}

nav a:hover {
  color: #fc6c71 !important;
  background-color: #cffaff;
}

nav li:first-child {
  margin-right: auto !important;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 200px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: #005662;
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sidebar li {
  width: 100%;
}
.sidebar li {
  height: 60px;
}
.sidebar li a {
  color: white !important;
}
.sidebar li a i {
  color: white !important;
}
.hover-sm a:hover {
  color: #fc6c71 !important;
  background-color: #017c8a !important;
}
.menu-button {
  display: none;
}

/* nav .font-primary {
  color: #005662 !important;
}
.font-secondary {
  color: #fc6c71 !important;
} */
.body-max-width {
  /* flex-direction: column;
  display: flex; */
  justify-content: center;
  margin: auto;
  max-width: 2000px !important;
}
.bg-pink {
  background-color: transparent;
}
.background-primary {
  background-color: #005662;
}
.bg-pink:nth-child(2),
.bg-pink:nth-child(3) {
  border-left: solid 1px #82f2e3;
}
.logo {
  width: auto;
  height: 100px;
  /* position: absolute;
  top: 5px !important; */
}
.main-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  height: auto; /* Keeps the aspect ratio of the images */
  object-fit: cover;
  border-radius: 25px;
}
.element-img-cover {
  max-width: 400px;
  border-radius: 25px;
}
.element-img-cover-overlay {
  position: absolute;
  top: 500px;
  left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.element-img-cover-sm {
  max-height: 550px !important;
}
/* .nav-link {
  color: #005662 !important;
}
.nav-link:hover {
  color: #e54e4b !important;
}
.nav-link .active {
  color: #e54e4b !important;
} */
.text-color-secondary {
  color: #fc6c71;
  line-height: 5rem;
}
.album {
  position: relative;
  padding: 5rem;
  min-height: 500px;
}
.element-mx-auto .card-custome-overlay {
  position: absolute;
  top: 50%; /* Adjust percentage based on desired position */
  right: 0%; /* Adjust percentage based on desired position */
}
.element-mx-auto .card-custome {
  border-radius: 24px 24px 24px 24px;
  height: auto;
  max-width: 380px;
  border: none;
  box-shadow: none;
}
.card-body {
  min-height: 380px;
}
.card-img-top {
  height: 220px !important;
  object-fit: cover !important;
}
.element-image-view {
  border-radius: 24px 24px 24px 24px;
  height: auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
}
.custom-select {
  color: #005662;
  border: #005662 solid 1px;
  border-radius: 8px;
}

.card-custome {
  width: 21rem !important;
  min-height: 540px !important;
  padding: 10px, 10px, 10px, 10px !important;
}
.tile {
  background-color: white !important;
  width: 90%;
  min-height: 100px;
  display: flex;
  /* gap: 10px !important; */
  justify-content: center !important;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
}
.tile-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  align-content: center;
  background-color: #89e0e7 !important;
  font-size: 26px;
}
.parallax-toddlers {
  /* The image used */
  background-image: url("../img/day-care-program-image-fixed-background-2.jpg");
  /* Full height */
  height: 100vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /* background-position-x: 100%; */
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50vw;
}
.parallax-school-Age {
  /* The image used */
  background-image: url("../img/schoolAge.jpg");
  /* Full height */
  height: 100vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /* background-position-x: 100%; */
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50vw;
}
.parallax-infants {
  /* The image used */
  background-image: url("../img/day-care-program-image-fixed-background-3.jpg");

  /* Full height */
  height: 100vh;
  /* width: 100%; */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50vw;
}
.parallax-preschoolers {
  /* The image used */
  background-image: url("../img/day-care-program-image-fixed-background-1.jpg");

  /* Full height */
  height: 100vh;
  /* width: 100%; */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50vw;
}
.img-Cover {
  border-radius: 25px;
  width: 100%;
  height: auto !important;
}
footer {
  height: 250px !important;
  /* background-image: linear-gradient(#f6fdfe, #c0fffc); */
  /* border: #005662 solid 5px; */
  background-color: #ffffff;

  position: relative;
  margin-top: 120px !important;
}
.login-btn {
  width: 130px !important;
  height: 40px !important;
  border: transparent solid;
  border-radius: 28px;
  color: white;
  background-color: #005662;
  font-weight: 400;
  margin: auto 10px;
}
.login-btn:hover {
  background-color: #e54e4b;
}
.no-hover:hover {
  background-color: transparent !important;
}
.custom-btn {
  width: 180px !important;
  height: 56px !important;
  border: transparent solid;
  border-radius: 28px;
  color: white;
  background-color: #005662;
  margin: 30px 0 0 0;
  font-weight: 600;
}
.custom-btn:hover {
  background-color: #e54e4b;
}
.custom-btn-secondary {
  width: 200px !important;
  height: 56px !important;
  border: #005662 solid 1px;
  border-radius: 28px;
  color: #005662;
  background-color: #ffffff;
  margin: 30px 0 0 0;
  font-weight: 600;
}
.custom-btn-secondary:hover {
  color: #ffffff;
  background-color: #005662;
}
.card-abouteUs {
  padding: 10px;
  border: #82f2e3 solid 1px;
  border-radius: 10px !important;
  background-color: white !important;
  display: flex !important;
  justify-content: start !important;
  gap: 20px !important;
  min-height: 250px !important;
  width: 24%;
  flex-direction: column;
  flex-wrap: wrap;
}
/* .aboutus-bg-card-parent {
  position: relative;
  height: 180px;
}
.aboutus-bg-card {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.addmision-card-section {
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.addmision-card {
  width: 24%;
  min-height: 300px;
  max-height: 380px;
  border: #82f2e3 1px solid;
  border-radius: 10px;
  padding: 0 10px;
  /* margin: auto; */
}

.addmision-card-header {
  width: 100%;
  height: 100px;
  justify-content: start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.addmision-card-header h5 {
  font-weight: 650;
}
.addmision-card-header h2 {
  font-weight: 700;
}
.addmision-card-body {
  width: 100%;
  height: 220px;
  padding: 5px 0 0;
  justify-content: start;
  align-items: start;
  display: flex;
}

/* .vision {
  margin-top: 200px !important;
} */
.map {
  background-image: url("../img/location.PNG");
  height: 40vh !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.navigation-Body {
  width: 100%;
  min-height: 40vh !important;
  align-self: stretch;
}
.snack-Card {
  min-width: 19% !important;
  height: 380px !important;
  border: #82f2e3 1px solid !important;
  border-radius: 15px !important;
  padding: 10px !important;
  margin-top: 10px;
}
.login-form {
  background-color: white;
  min-height: 400px;
  width: 700px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-content: center;
}
.login-form-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
}
.login-form-left input {
  width: 100%;
  border-radius: 20px;
  border: 0px;
  height: 40px;
  background-color: #f0f0f0;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}
.login-form-left-text {
  width: 100%;
  border-radius: 20px;
  border: 0px;
  height: 40px;
  text-align: start;
  margin-top: 10px;
  padding: 10px;
}
.login-form-left input:focus {
  border: #005662 solid 1px;
  outline: none;
  caret-color: transparent;
}
.login-form-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffc6c5;
  padding: 20px 20px;
}
.signIn-btn {
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  height: 40px;
  background-color: #e54e4b;
  color: white;
  border: 0;
}
.guideline {
  border-left: #e54e4b dotted 5px;
  padding: 20px;
}
.guideline h3 {
  margin-top: 30px;
}
.guideline h5 {
  margin-top: 10px;
}
.guideline ul {
  padding: 10px 30px;
  list-style-type: circle;
}
.guideline li {
  padding: 5px 10px;
  color: #005662;
}
a.active {
  color: #e54e4b !important;
}
.text-secondary {
  color: #e54e4b !important;
}
i {
  color: #005662;
}
.aboutus-foter-img {
  /* The image used */
  background-image: url("../img/day-care-final-image.jpg");
  margin: 50px 0;
  /* Full height */
  height: 400px;
  width: 100vw;
  /* Create the parallax scrolling effect */

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home {
  height: 670px !important;
}
.tabEfectCard-section {
  width: 50%;
  position: absolute;
  top: 38%;
  left: 26%;
  transform: translate(-50%, -50%);
}
.tabEfectCard {
  /* border: 1px solid #e54e4b5d; */
  /* box-shadow: -2px 0px 4px 3px #e54e4b5d; */
  /* box-shadow: 5px 5px 5px 3px #0056625c; */
  height: 70px;
  /* color: #005662; */
  color: white !important;
  background-color: #005662;
  border-radius: 15px;
  margin-top: 10px;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}
.tabEfectCard a h5 {
  color: white !important;
}
.tabEfectCard:hover {
  box-shadow: 0px 10px 7px #0056625c;
  /* background-color: #fce1e0; */
  background-color: #e54e4b;
  border: none;
  /* scale: 0.95; */
  transform: scale(0.95);
}
.tab-active {
  box-shadow: 0px 10px 7px #0056625c;
  /* background-color: #fce1e0; */
  background-color: #e54e4b;
  border: none;
  /* scale: 0.95; */
  transform: scale(0.95);
}

.guideline-section {
  min-height: 800px !important;
}
.guideline-img {
  position: absolute;
  top: 39%;
  left: 67%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 750px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 10px 10px 10px #0056625c;
}
.guideline-img img {
  border-radius: 50px 50px 0 0;
  height: 590px;
  object-fit: cover;
}
.tab-text-height {
  height: 130px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}
.hideOn-desktop {
  display: none !important;
}

.calendar-card {
  padding: 10px;
  border: #005662 1px solid;
  border-radius: 15px;
  width: 325px;
  margin: 6px;
  min-height: 270px;
}
.calendar-card-header {
  border-radius: 10px;
  background-color: #005662;
}
.calendar-card-header h5 {
  padding-left: 15px;
  color: #ffffff !important;
}

.calendar-card-body {
  border-radius: 10px;
}
.calendar-card-body div p {
  font-size: 14px;
  line-height: 1.5rem !important;
}
.calendar-card-body div {
  border-radius: 10px;
  padding-left: 5px;
  margin-top: 5px;
}
.holiday-color {
  background-color: #fca7a6;
}
.school-close {
  background-color: #ffc370;
}
.event-color {
  background-color: #89c8ff;
}
.school-event-color {
  background-color: #9bdd9f;
}
.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 10px;
}

/* ----------------------------------------------scroll animations */

@media (prefers-reduced-motion: no-preference) {
  .element-image-view {
    scale: 0.8;
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: 150px 500px;
  }
  .card-custome {
    scale: 0.8;
    opacity: 0;
    animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: 150px 500px;
  }
  @keyframes fade-in {
    to {
      scale: 1;
      opacity: 1;
    }
  }
}
/* ----------------------------------------------scroll animations */
@media (max-height: 740px) {
  section {
    min-height: 80vh;
  }
}
@media (max-height: 940px), (min-height: 900px) {
  section.sections-top-margin {
    margin-top: 50px !important;
  }
}

@media (min-width: 1940px) {
  .parallax-preschoolers {
    background-position: calc(30% - 100px) calc(50% - 10px);
  }
  .parallax-infants {
    background-position: calc(30% - 100px) calc(50% - 10px);
  }
  .parallax-toddlers {
    background-position: calc(80% - 100px) calc(50% - 10px);
  }
  .parallax-school-Age {
    background-position: calc(80% - 100px) calc(50% - 10px);
  }
}
@media (min-resolution: 1.5dppx) {
  section {
    min-height: 60vh !important;
    /* padding: 20px 0; */
  }
  .aboutus-foter-img {
    height: 200px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 38px;
    line-height: 3rem;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6,
  p,
  a {
    font-size: 16px;
  }
  .tabEfectCard {
    height: 60px;
  }
  .tabEfectCard-section {
    width: 40%;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%);
  }
  .tab-text-height {
    height: 150px !important;
  }
  .guideline-img img {
    height: 500px;
  }
  .guideline-img {
    height: 700px !important;
  }
}
@media (max-width: 1400px) {
  section {
    width: 98% !important;
  }
  nav {
    width: 98% !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  p {
    font-size: 14px !important;
  }
  .width-md {
    width: 98% !important;
  }
}
@media (max-width: 1250px) {
  .addmision-card {
    width: 300px;
    margin: auto;
  }
  .program-card-container {
    flex-wrap: wrap !important;
  }
  .snack-Card {
    width: 250px !important;
  }
  .element-img-cover {
    position: absolute;
    top: 70% !important;
    left: 50% !important;
    max-height: 200px;
  }
  .element-img-cover-sm {
    top: 10% !important;
    left: 10% !important;
    max-height: 450px !important;
  }
  .element-img-cover-overlay {
    position: absolute;
    top: 70%;
    left: 70%;
  }

  /* .sidebar {
    width: 450px;
  } */
}
@media (max-width: 950px), (max-width: 720px) {
  .hideOnMobile {
    display: none !important;
  }
  .menu-button {
    display: block;
  }
  .element-img-cover-overlay {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .element-img-cover {
    position: absolute;
    top: 40% !important;
    left: 70% !important;
    max-height: 200px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .element-img-cover-sm {
    top: 20% !important;
    left: 50% !important;
    max-height: 400px !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .album {
    position: relative;

    width: 100%;
  }
  /* .element-img-cover-sm {
    display: none !important;
  } */
  .addmision-card-section {
    justify-content: center;
  }
  .school-Age {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .toddlers {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .parallax-preschoolers {
    max-height: 50vh;
    background-size: 100vw;
  }
  .parallax-toddlers {
    max-height: 50vh;
    background-size: 100vw;
  }
  .parallax-infants {
    max-height: 50vh;
    background-size: 100vw;
  }
  .parallax-school-Age {
    max-height: 50vh;
    background-size: 100vw;
  }
  .gallary-container {
    display: list-item !important; /* Aligns items in a row */
    overflow-x: scroll !important; /* Enables horizontal scrolling */
    overflow-y: hidden !important; /* Hides vertical overflow, if any */
    width: 95% !important; /* Adjust width as needed */
    white-space: nowrap !important; /* Prevents line wrapping */
    gap: 10px !important; /* Adds spacing between elements */
    padding: 10px !important; /* Optional: for inner spacing */
    box-sizing: border-box !important; /* Includes padding in width calculation */
    scroll-behavior: smooth !important; /* Optional: smooth scrolling effect */
  }
  /* .aboutus-bg-card-parent {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
  }
  .aboutus-bg-card {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    width: 80% !important;
    justify-content: center !important;
    align-items: center !important;
  } */

  .aboutus-bg-card {
    /* position: static !important; */

    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .card-abouteUs {
    width: 260px;
    margin: 5px;
  }
  .hideOnMobile-sm {
    display: none !important;
  }
  .card-img-top {
    height: auto !important;
    object-fit: fill !important;
  }
  .phone-top-margin {
    margin-top: 105px;
  }
  .footer-phone {
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-phone-hide {
    display: none;
  }
  #footer {
    padding-top: 15px;
    /* background: #f6fdfe; */

    background-color: #005662;
    /* border-top: solid 2px lightcyan; */
    border-top: solid 2px f6fdfe;
  }
  .phone-footer-txt {
    color: #ffffff !important;
  }
}
@media (max-width: 720px), (max-width: 500px) {
  .element-img-cover {
    max-height: 150px;
  }
  .element-img-cover-sm {
    max-height: 350px !important;
    top: 20% !important;
    left: 55% !important;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 800px) {
  body {
    background-size: contain; /* Scales the image to fit the container */
    background-position: top; /* Adjusts image position if needed */
  }
  footer {
    min-height: 300px !important;
    /* background-image: linear-gradient(#f6fdfe, #c0fffc); */
    margin-top: 50px !important;
  }

  .map {
    background-image: url("../img/location-sm.PNG");
    min-height: 40vh !important;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
  }
  .img-Cover {
    width: 100% !important;
    height: auto !important;
  }

  .bg-pink:nth-child(1),
  .bg-pink:nth-child(2) {
    border-bottom: solid 1px #82f2e3;
    border-left: none;
  }
  .card-custome {
    width: 100% !important;
    padding: 10px, 10px, 10px, 10px !important;
    margin-top: 15px !important;
  }
  /* .album {
    position: relative;
    padding: 2rem;
  } */

  h1 {
    font-size: 26px;
    line-height: 3rem;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  a {
    font-size: 15px;
  }
  i {
    font-size: 20px;
    padding-right: 10px;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 2.5rem;
    text-align: start;
  }
  .aboutus {
    display: flex;
    flex-direction: column-reverse;
  }

  .tile {
    background-color: white !important;
    width: 100%;
    min-height: 100px;
    display: flex;
    gap: 10px !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 20px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
  }
  /* .parallax-infants {
    background-attachment: scroll;
  }
  .parallax-toddlers  {
    background-attachment: scroll;
  } */
  .card-abouteUs {
    width: 100%;
    margin-top: 10px !important;
  }
  .addmision-card {
    width: 70%;
    margin-top: 10px !important;
  }
  /* .aboutus-bg-card-parent {
    position: relative !important;
    min-height: 100vh;
  }
  .aboutus-bg-card {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    min-height: 100vh;
  } */
  .vision {
    margin-top: 50px !important;
    display: flex !important;

    flex-direction: column-reverse;
  }
  .login-form {
    width: 100%;
    height: 100vh;
  }
  .hideOn-desktop {
    display: block !important;
  }
  .guideline-section {
    display: none !important;
  }
  /* .gallary-small {
    width: 100% !important;
  } */
  .gallary-big {
    /* padding: 5px !important; */
    max-width: 100%;
  }
  /* .aboutus-bg-card-parent {
    position: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    justify-content: start !important;
    align-items: center !important;
    min-height: 100vh;
  }
  .aboutus-bg-card {
    position: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    width: 80% !important;
    justify-content: start !important;
    align-items: center !important;

    border: 2px solid black;
  } */
  .card-custome {
    min-height: 350px !important;
  }
  .card-body {
    min-height: 270px;
  }
  .parallax-toddlers {
    background-attachment: initial;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100vw;
  }
  .parallax-school-Age {
    background-attachment: initial;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100vw;
  }
  .parallax-infants {
    background-attachment: initial;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100vw;
  }
  .parallax-preschoolers {
    background-attachment: initial;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100vw;
  }
  .stick-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010;
    background: #f6fdfe;
    border-bottom: solid 2px lightcyan;
  }
}
@media (max-width: 600px) {
  /* .sidebar {
    width: 100%;
  } */
   .addmision-card {
    width: 100% !important;
    padding: 0 20px 0 20px !important;
    max-height: 250px !important;
    min-height: 150px !important;
  }
  .addmision-card-body {
    max-height: 200px !important;
    min-height: 100px !important;
  }
  .element-img-cover {
    position: absolute;
    top: 60% !important;
    left: 65% !important;
    max-height: 200px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .element-img-cover-sm {
    top: 35% !important;
    left: 30% !important;
    max-height: 350px !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .snack-Card {
    width: 100% !important;
    padding: 0 20px 0 20px !important;
  }
  .gallary-big {
    /* padding: 5px !important; */
    max-width: 100%;
  }
  .gallary-small {
    width: 40% !important;
  }
  .gallary-small:hover {
    filter: brightness(50%);
    scale: 0.9;
  }
  .snack-Card h5 {
    text-align: center;
  }
  .addmision-card {
    width: 100% !important;
    padding: 0 20px 0 20px !important;
  }
  section.sections-top-margin {
    margin-top: 50px !important;
  }
  section.sections-top-margin-mo {
    margin-top: 130px !important;
  }
}
@media (max-width: 400px) {
  /* .sidebar {
    width: 100%;
  } */
  .element-img-cover {
    position: absolute;
    top: 55% !important;
    left: 65% !important;
    max-height: 150px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .element-img-cover-sm {
    top: 30% !important;
    left: 30% !important;
    max-height: 300px !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media (min-resolution: 400dpi), (min-width: 2000px) {
  h1 {
    font-size: 68px;
    line-height: 6.5rem;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 22px;
    /* line-height: 2.3rem; */
  }
  h6,
  p,
  a {
    font-size: 20px;
  }
  li {
    font-size: 18px;
  }
}
.gallary-container {
  padding: 5px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 49%;
}
.gallary-small {
  border-radius: 25px;
  padding: 10px;
  margin: 5px;
  width: 25%;
  height: auto;
  filter: brightness(1); /* Default brightness */
  transition: filter 0.3s ease-in-out 0.2s;
  transition: scale 0.2s ease-in-out 0.1s;
}
.gallary-big {
  border-radius: 35px;
  padding: 20px;
  width: auto;
  max-width: 100%;
  filter: brightness(115%);
  max-height: 700px;
}
.gallary-small:hover {
  filter: brightness(50%);
  scale: 0.9;
}

.carousel-container {
  overflow: hidden;
  white-space: nowrap;
}
.carousel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  animation: scroll 100s linear infinite;
}
.carousel img {
  border-radius: 25px;
  padding: 10px;
  margin: 5px;
  width: 25%;
  object-fit: cover;
  transition: transform 0.3s ease, z-index 0.3s ease; /* Smooth transition */
}
.carousel img:hover {
  scale: 1.5;
  transition: transform 0.3s ease, z-index 0.3s ease;
  animation-play-state: paused;
  z-index: 10;
}
.carousel:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(110%);
  }
  to {
    transform: translateX(-100%);
  }
}
